BitmapImage

public final class BitmapImage extends BitmapImage<I>

A Swing-specific implementation that allows getting BufferedImage from Bitmap.

Since

7.7

Functions

Link copied to clipboard
public final I toolkitImage()
Returns a UI toolkit specific image obtained from the bitmap.
Link copied to clipboard
public static BufferedImage toToolkit(Bitmap bitmap)
Creates and returns an instance of BufferedImage obtained from the given bitmap.